'Declaration
Public Function New( _ ByVal source As IEnumerable, _ ByVal childrenPaths As IReadOnlyList(Of String) _ )
public C1TreeDataCollection<T>( IEnumerable source, IReadOnlyList<string> childrenPaths )
Parameters
- source
- The source from which the tree is built.
- childrenPaths
- The list of paths to build the tree.